home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue61 / Clinic / Object Browser / StringsEditorFormU.dfm / StringsEditorFormU.txt
Encoding:
Text File  |  2000-03-30  |  803 b   |  44 lines

  1. object StringsEditorForm: TStringsEditorForm
  2.   Left = 192
  3.   Top = 107
  4.   Width = 362
  5.   Height = 233
  6.   Caption = 'Edit TStrings Property'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object memTStrings: TMemo
  15.     Left = 8
  16.     Top = 8
  17.     Width = 337
  18.     Height = 161
  19.     ScrollBars = ssBoth
  20.     TabOrder = 0
  21.   end
  22.   object btnOK: TButton
  23.     Left = 184
  24.     Top = 176
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.     OnClick = btnOKClick
  32.   end
  33.   object btnCancel: TButton
  34.     Left = 272
  35.     Top = 176
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43. end
  44.